home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000145_misckit-reques…aska.et.byu.edu_Tue Mar 1 10:28 MST 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Received: from acs1.byu.edu by maine.et.byu.edu; Tue, 1 Mar 1994 10:28:31 -0700
  2. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-5 #4169)
  3.  id <01H9GD563D5C01D2TD@yvax.byu.edu>; Tue, 1 Mar 1994 10:26:39 MST
  4. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-5 #4169)
  5.  id <01H9GD3EX6KG02JJ0I@yvax.byu.edu>; Tue, 1 Mar 1994 10:15:59 MST
  6. Received: from acs1.byu.edu by alaska.et.byu.edu; Tue, 1 Mar 1994 10:12:03 -0700
  7. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-5 #4169)
  8.  id <01H9GCRS5NM802IZHQ@yvax.byu.edu>; Tue, 1 Mar 1994 10:08:09 MST
  9. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-5 #4169)
  10.  id <01H9GCISHT0002IID2@yvax.byu.edu>; Tue, 1 Mar 1994 09:59:21 MST
  11. Received: by alaska.et.byu.edu; Tue, 1 Mar 1994 09:59:08 -0700
  12. Date: Tue, 01 Mar 1994 09:59:08 -0700
  13. From: yackd@alaska.et.byu.edu (Don Yacktman)
  14. Subject: Breaking up the main library (was Re: App Size)
  15. To: misckit@byu.edu
  16. Message-id: <199403011659.JAA21423@alaska.et.byu.edu>
  17. Content-transfer-encoding: 7BIT
  18. Status: RO
  19.  
  20.  
  21. You know, I just realized another potential problem we'd have
  22. if we tried to break up the main library into chunks of
  23. functionality.  Many of the objects depend upon each other
  24. in their internal implementations.  This isn't always via a
  25. class hierarchy; for example, there are several "has-a"
  26. relationships in the kit, where objects contain MiscStrings
  27. or what have you.  Thus, breaking things up and then documenting
  28. things so that a developer could actually get things to work
  29. right would be monumental.  Maybe that extra 50k-100k isn't
  30. so bad after all...
  31.  
  32. Later,
  33. -don